Version

UseDefaultMappings Property

Specifies whether to use default mappings.
Syntax
'Declaration
 
Public Property UseDefaultMappings As Boolean
public bool UseDefaultMappings {get; set;}
Remarks

UseDefaultMappings property is used to automatically map fields in the data source. The name of the field in the data source is expected be the same as the name of the member of the enum that enumerates the fields of the associated object whose member mappings are being provided (for example the Infragistics.Controls.Schedules.Services.AppointmentProperty enum).

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also